
The linear dependency and rank functions are defined in matrix-linear-dep.c file
The procedure to find the solution is defined in matrix-linear-eq.c file

main is defined in matrix-main.c in which the above function is called .

and matrixworld is a shell file which contains the comand to complie and execute all the related files.
it will vary depend on the main program you are using .

To check correctness of above dependency function 


Compile with the commans:
sh matrixworld
Run with: 
./matrix
